'Declaration
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")> <UANodeAttribute(".[ValuePrecision]")> <UADataAttribute()> Public Property ValuePrecision As Nullable(Of Double)
'Usage
Dim instance As UADataItemNode(Of TValue,TAttribute) Dim value As Nullable(Of Double) instance.ValuePrecision = value value = instance.ValuePrecision
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")] [UANode(".[ValuePrecision]")] [UAData()] public Nullable<double> ValuePrecision {get; set;}
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")] [UANode(".[ValuePrecision]")] [UAData()] public: property Nullable<double> ValuePrecision { Nullable<double> get(); void set ( Nullable<double> value); }
Property Value
The default value of this property is null
.